home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- ECHO.
- ECHO Usage: cvt2col filename [2COL options]
- ECHO.
- ECHO This is an example of how to use Malcolm Drury's VIEW95 (or higher) to
- ECHO print WFW,WFD,WP,AMIPRO,WRI, and Wordstar files directly with 2COL/JETCOL.
- ECHO Your own customized options can be added to this file. The latest version of
- ECHO VIEW will be sent to those who register 2COL or JETCOL. See REGISTER.DOC
- ECHO.
- view %1 /ccol$$$$$.tmp
- 2col col$$$$$.tmp %2 %3 %4 %5 %6 %7 %8 %9
- del col$$$$$.tmp
-